home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Odtwarzacze filmow / JahPlayer 0.1.0 / jahplayer-0.1.0-installer.exe / openlibraries-0.3.0-runtime.exe / kernels / sepia.gpu_kernel
Extensible Markup Language  |  2006-01-29  |  520b  |  14 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openlibraries version="1.0">
  3.     <!-- kernels go here -->
  4.     <!-- assumes there is only one. this is a restriction that will probably be lifted in the future. -->
  5.     <openeffectslib name="oel" version="0.2.0">
  6.         <kernel name="sepia tone operator">
  7.             <language type="GLSL" url="sepia.frag"/>
  8.             <language type="Cg"   url="sepia.cg"/>
  9.             <param type="SFInColor" name="inColor0"/>
  10.             <param type="SFOutColor" name="outColor0"/>
  11.         </kernel>
  12.     </openeffectslib>
  13. </openlibraries>
  14.